home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / python14.rdm < prev    next >
Text File  |  1997-01-18  |  3KB  |  97 lines

  1. Short:    Python language 1.4 (bin+lib)
  2. Author:   irmen@cs.vu.nl (Irmen de Jong)
  3. Uploader: irmen@cs.vu.nl (Irmen de Jong)
  4. Type:     dev/lang
  5. Requires: 68020, Kickstart 2.04, 2Mb RAM. (or better)
  6. Replaces: dev/lang/Python13.lha
  7.  
  8.  
  9.                            PYTHON 1.4 RELEASE 1
  10.  
  11.                              January 12, 1997.
  12.  
  13.     
  14.            Conversion and Amiga specific code by Irmen de Jong.
  15.               (Original code by Guido van Rossum and others)
  16.  
  17.  
  18.  
  19. * WHAT'S THIS?
  20.  
  21. This is the Python interpreter (version 1.4) for AmigaDOS.  If you don't
  22. know what Python is and what it can do for you, visit the Python homepage
  23. at <http://www.python.org/>.
  24.  
  25.  
  26. * WHAT'S IN THIS ARCHIVE?
  27.  
  28.     - Python 1.4 binaries for 68020/IEEE math, and 68030+FPU.
  29.     - Installer® installation script (in Dutch and English)
  30.     - Some demo programs & icons
  31.     - Python library modules
  32.     - Some documentation on Python and regular expressions
  33.  
  34.  
  35. * MINIMAL SYSTEM REQUIREMENTS    
  36.  
  37.     - 2 megabytes of memory.
  38.     - Harddisk recommended.
  39.     - Kickstart 2.04
  40.     - 68020 CPU (No FPU required for IEEE version)
  41.     - For networking functions: AmiTCP (Version 4)
  42.     - For user authorisation stuff: usergroup.library from AmiTCP or
  43.       MultiUserFileSystem.
  44.  
  45.  
  46. * CHANGES SINCE THE PREVIOUS RELEASE (version 1.3 Jun 26 1996)
  47.  
  48.   **** MAJOR CHANGES: ****
  49.  
  50.     - PYTHON IS NOW VERSION 1.4! (which is about 30% faster than 1.3)
  51.       See Python's home page for information on what's new.
  52.     - AREXX SUPPORT: ARexx module!
  53.     - MORE AMIGADOS SUPPORT: doslib module!
  54.     - More & better docs for Amiga features!
  55.  
  56.   Fixed bugs:
  57.     - amigamodule: getcwd now returns the CORRECT current directory
  58.     - amigamodule: listdir now gives accurate error descriptions
  59.     - mathmodule: fmod fixed for IEEE math
  60.   Other changes:
  61.     - python now accepts Workbench icon tooltypes, arguments and scripts.
  62.     - some changes to the test set (extensions)
  63.     - included some new icons
  64.     - module search path treatment has been changed (conform 1.4 behavior)
  65.     - syslog module: logs are now prefixed by program name "Python"
  66.  
  67.  
  68. The following modules are built-in in this release:
  69.     amiga        arexxll        array        binascii
  70.     cmath        crypt        doslib        environment
  71.     errno        grp        imp        marshal
  72.     math        md5        new        operator
  73.     pwd        regex        rotor        select
  74.     socket        soundex        strop        struct
  75.     sys        syslog        time        timing
  76.     urlop
  77.  
  78.  
  79. Check the README file in the archive for more information.  You can also
  80. find more information on Python at my Python WWW page;
  81. <http://www.cs.vu.nl/~irmen/python.html>.
  82.  
  83.  
  84. IMPORTANT:
  85. Please let me know if you find any errors, encounter problems, or have any
  86. suggestions!  But, as I work on this in my spare time, don't expect
  87. miracles...
  88.  
  89. SUGGESTION:
  90. Unpack the archive to where you want the program to be.  The installation
  91. will then be performed much quicker.
  92.  
  93.  
  94.                     Irmen de Jong
  95.  
  96.                     irmen@cs.vu.nl
  97.